home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>Play Sound Action</title> <meta name="generator" content="Adobe GoLive 5"> </head> <body bgcolor="white"> <center> <font size="6">Play Sound Action</font> <hr> </center> <csactionclass name="Play Sound" function="CSPlaySound" nsversion="3" ieversion="4"> <csactionparam name="name" type="GLActionPlugInParam"></csactionparam> </csactionclass> <p> <script language="JavaScript1.2"><!-- var CSLastSound = null function CSPlaySound(action) { if (eval('document.'+action[1])!=null) { if (CSLastSound != null && CSLastSound != action[1]) eval ('document.' + CSLastSound + '.stop()'); CSLastSound = action[1] if (window.navigator.userAgent.indexOf("MSIE") > 0) eval ('document.' + CSLastSound + '.run()'); else eval ('document.' + CSLastSound + '.play(true)'); } else { alert ("The current Plug-In cannot be controlled by JavaScript. Please try using LiveAudio or a compatible Plug-In!"); } } // --> </script> <b>Play Sound.scpt</b> </p> <table cool width="221" height="153" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee"> <tr height="1" cntrlrow> <td width="1" height="1"><spacer type="block" width="1" height="1"></td> <td width="4" height="1"><spacer type="block" width="4" height="1"></td> <td width="76" height="1"><spacer type="block" width="76" height="1"></td> <td width="140" height="1"><spacer type="block" width="140" height="1"></td> </tr> <tr height="6"> <td width="1" height="6"><spacer type="block" width="1" height="6"></td> <td width="4" height="6"><spacer type="block" width="4" height="6"></td> <td width="76" height="6"><spacer type="block" width="76" height="6"></td> <td width="140" height="6"><spacer type="block" width="140" height="6"></td> </tr> <tr height="3"> <td width="1" height="3"><spacer type="block" width="1" height="3"></td> <td width="4" height="3"><spacer type="block" width="4" height="3"></td> <td width="76" height="3"><spacer type="block" width="76" height="3"></td> <td width="140" height="24" colspan="1" rowspan="2" valign="top" align="left" xpos="80"> <csactioncntrl name="name" x="80" y="6" width="136" height="18" alignx="scale" aligny="top"> </td> </tr> <tr height="21"> <td width="1" height="21"><spacer type="block" width="1" height="21"></td> <td width="4" height="21"><spacer type="block" width="4" height="21"></td> <td width="76" height="21" colspan="1" rowspan="1" valign="top" align="left" xpos="4"> <csactioncntrl type="InfoText" value="Name" x="4" y="9" width="70" height="16" alignx="left" aligny="top"> </td> </tr> <tr height="122"> <td width="1" height="122"><spacer type="block" width="1" height="122"></td> <td width="4" height="122"><spacer type="block" width="4" height="122"></td> <td width="216" height="122" colspan="2" rowspan="1" valign="top" align="left" xpos="4"> <csactioncntrl type="InfoText" value="Plug-Ins need a name to be a target for this action. Please note that this action requires an audio plug-in that can be controlled by JavaScript." x="4" y="30" width="212" height="82" alignx="scale" aligny="top"> </td> </tr> </table> </body> </html>